/*=========mF_fscreen_tb========*/

.mF_fscreen_tb_wrap {
/*    padding: 8px;*/
    float: left;
    background: #fff;
    height: 100%;
    width: 805px;
}


/*背景边框*/

.mF_fscreen_tb {
    background: #333;
    position: relative;
    height: 700px;
}

.mF_fscreen_tb .loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff url(../images/loading.gif) center no-repeat;
    z-index: 9;
}

.mF_fscreen_tb .pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 805px;
    height: 700px;
}

.mF_fscreen_tb .pic li {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}
.mF_fscreen_tb .pic li img{
    height: 570px;
}
.mF_fscreen_tb .thumb_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.mF_fscreen_tb .thumb {
    position: absolute;
    bottom: 0;
    width: 735px;
    overflow: hidden;
    padding: 19px 0;
    left: 37px!important;
}

.mF_fscreen_tb .thumb ul {
    position: relative;
    width:2000px;
    top: 0;
    left: 0;
    /*补偿父层的margin*/
}

.mF_fscreen_tb .thumb ul li {
    float: left;
    width: 138px;
    height: 92px;
    overflow: hidden;
    cursor: pointer;
    margin-right: 9px;
}
.mF_fscreen_tb .thumb ul li:nth-of-child(5n){
	margin-right: 0;
}
.mF_fscreen_tb .thumb ul li a {
    display: block;
    height: 92px;
    width: 138px;
}

.mF_fscreen_tb .thumb ul li a img {
    position: relative;
    z-index: 1;
    width: 138px;
/*    filter: alpha(opacity=80);
    opacity: 0.8;*/
    height:92px;
}
/*.mF_fscreen_tb .thumb ul li.current{
	width: 153px;
	height:95px;
}*/
.mF_fscreen_tb .thumb ul li.current a img {
    border: #fff 4px solid;
}

/*.mF_fscreen_tb .thumb ul li.current a,
.mF_fscreen_tb .thumb ul li.hover a {
    border: #fff 4px solid;

}*/

.mF_fscreen_tb .txt li {
    position: absolute;
    z-index: 2;
    bottom: 130px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-family: '微软雅黑';
    background: rgba(0,0,0,0.6);
}


/*标题*/

.mF_fscreen_tb .txt li a {
    display: block;
    color: #fff;
    padding-left: 16px;
    font-size: 24px;
    text-decoration: none;
}


/*标题样式*/

.mF_fscreen_tb .txt li p {
    padding-left: 16px;
    color: #fff;
}

.mF_fscreen_tb .txt1 li {
    position: absolute;
    z-index: 2;
    bottom: 130px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-family: '微软雅黑';
    background: rgba(0,0,0,0.6);
}


/*标题*/

.mF_fscreen_tb .txt1 li a {
    display: block;
    color: #fff;
    padding-left: 16px;
    font-size: 24px;
    text-decoration: none;
}


/*标题样式*/

.mF_fscreen_tb .txt1 li p {
    padding-left: 16px;
    color: #fff;
}

/*详细描述文字样式*/

.mF_fscreen_tb .prev,
.mF_fscreen_tb .next {
    font: bold 38px arial;
    width: 28px;
    height: 46px;
    overflow: hidden;
    position: absolute;
    z-index: 4;
    left: 6px;
    bottom: 42px;
    cursor: pointer;
}


/*width=margin+pad=10+18=28;*/

.mF_fscreen_tb .next {
    left: auto;
    right: 6px;
}

.mF_fscreen_tb .prev a,
.mF_fscreen_tb .next a {
    display: block;
    color: #f1f1f1;
    text-align: center;
    text-decoration: none;
}

.mF_fscreen_tb .prev a:hover,
.mF_fscreen_tb .next a:hover {
    color: #f60;
}
